libelf: fix elf_parse_bsdsyms call
authorRoger Pau Monné <roger.pau@citrix.com>
Fri, 12 Jun 2015 10:05:54 +0000 (12:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 12 Jun 2015 10:05:54 +0000 (12:05 +0200)
commit90b18f1666a89e7829912456ee32099c7669cb10
treed073cd8797dbde00c6a672f0b8fb12596698b44e
parent2cba5cfe8036eedf6654cdda2cabb6084508a81f
libelf: fix elf_parse_bsdsyms call

elf_parse_bsdsyms expects the second paramater to be a physical address, not
a virtual one.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
xen/common/libelf/libelf-dominfo.c